{ "tableName": <file-name>, "key": { "name": <key-logical-name>, "fieldValues": { <record-name>: { <key-segment>: <value>, ... } } }, "expression": <expression>, "condition": <condition> } |
file-name | The name of the file as it was configured in the catalog. The catalog name must be used as a as prefix, unless you’re working on the default catalog (e.g. "DEFAULT.INVOICES" and "INVOICES" are equivalent) |
key-logical-name | The logical name of the key. Refer to the output of DescribeTable to retrieve the correct names |
record-name | The parent fields of the key segment must be specified. Refer to the output of DescribeTable to retrieve the correct names |
key-segment and value | For each key segment you must provide the name of the field and the value. Refer to the output of DescribeTable to retrieve the correct names |
expression | Expression that describes the requested change in the record. Refer to Expression syntax for the syntax you can use for this parameter. |
condition | Condition that must be true to confirm the deletion of the record. Refer to Condition syntaxes for the syntax you can use for this parameter. This parameter is optional |
200 | Operation successful |
400 | Operation failed. Refer to the response for details about the error that occurred |
401 | Not authenticated |
403 | Operation not permitted |
405 | The request was not sent using the POST method |
500 | Server error. Refer to the response for details about the error that occurred |